Skip to main content
GET
/
v2
/
addresses
/
list
/
{hash}
[Test] Get Address List by Hash
curl --request GET \
  --url https://api.range.org/v2/addresses/list/{hash} \
  --header 'Authorization: Bearer <token>'
[
  {
    "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
    "network": "solana"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

hash
string
required

Response

200 - application/json
address
string
required

Blockchain address

Minimum string length: 1
Example:

"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"

network
string
required

Blockchain network identifier

Minimum string length: 1
Example:

"solana"

Last modified on May 15, 2026